home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
TECHNICA
/
AUTOCAD
/
3266.ZIP
/
CADTRK12.EXE
/
LOGOUT.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-06
|
849b
|
27 lines
@echo off
REM In order for Autocad to execute this batch file from within a drawing
REM it must be located in a sub-directory which is included as part of the
REM path statement. Also, the statement "LOGOUT,LOGOUT,200000,,4" must be
REM added to the ACAD.PGP file. Refer to the Autocad manual for further
REM information on the ACAD.PGP file.
:logout
c:\cadtrack\cadtrk12 stop
:dolunch
REM Call screen saver program here. If your screen saver program is run from
REM a batch file make sure you use the syntax "call scrsaver.bat". Make sure
REM that the screen saver sub-directory program is either in your path
REM statement or called directly from the command line below.
call c:\utils\warp
REM Replace the line above with the appropriate command for your screen
REM saver.
:login
c:\cadtrack\cadtrk12 restart